﻿/*:root{
  --h-s-height:3.5rem;
  --b-lrt:0.3s;
  --b-llt:0.3s;
}*/
:root{
  --cw:75%;
  --cwm:94%;
  --hh:2rem;
}
@font-face {
  font-family: 'ANTONIO-BOLD-WEBFONT';
  src:url('../fonts/ANTONIO-BOLD-WEBFONT.eot');
  src:url('../fonts/ANTONIO-BOLD-WEBFONT.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ANTONIO-BOLD-WEBFONT.TTF') format('truetype');
}
.body-width{width: 75%;margin:auto;}
.body-width-a{width:1440px;margin:auto;}
.container{width: 1170px\9;}
.index-banner{width: 100%;position: relative;}
.swiper-container {width: 100%;}
.hamburger {display: block;}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {background-color: #fff;height:4px;}
/* 头部开始 */
.header-dingwei{
	position: absolute;z-index:999;width:100%;
}
#header{display: block;padding:1.6% 0;margin: auto;align-items: center;justify-content: space-between;}
.header-logo{width:39%;}
.header-logo img{width:100%;}
.header-r {width:60%;text-align: right;}
.qiehuan{width: 82px;padding-left:50%;padding-top: 2%;}
.qiehuan li{width:40px;margin-right: 1px;float: left;}
.header-tel{color:#fff;font-size: 15px;}
.header-tel img{margin-right: 10px;vertical-align:middle;}
.header-tel span{font-size:34px;font-family: "times new roman";}
/* 头部结束 */

#m_header{display: none;}
.hr-top{display: flex;justify-content: flex-end;align-items: flex-start;position: relative;}
#header.else .hr-top{display: none;}
.nav-pc {width: 73%;text-align: center;display: flex;align-items: center;justify-content: flex-start;/*flex-direction: row-reverse;*/}
.hamburger {display: block;}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {background-color: #fff;height: 2px;}
.hamburger-inner::before { top: -6px;}
.hamburger-inner::after {bottom: -6px;}
.hamburger--emphatic-r .hamburger-inner::after {top: auto;}
#header.else .mobile_nav{display: none;}
.mobile_nav{width:85%;}
.mobile_nav .menulevel{display: none;}
.nav-pc > .mobile_nav > ul{display: flex;-webkit-box-align: center;align-items: center;}
.nav-pc .mobile_nav>ul>li {flex-grow: 1;transition: all .5s ease-in-out;width: auto;height: 60px;display: inline-block;font-size: 16px;color: #000;line-height:60px;text-align: center; position: relative;}
.nav-pc li a span {color: #fff;}
.nav-pc li a#menu_selected span { color: #fff;}
.nav-pc li a#menu_selected:hover span{ color: #fff;}
.nav-pc li:hover{ color: #fff; }
.nav-pc li:hover a span{ color: #fff;}
.nav-pc .mobile_nav>ul>li>ul>li{
	background: rgba(34,34,34,.6);
}
.nav-pc .mobile_nav>ul>li>ul>li>ul{
	display: none;
}
.shownav li .menulevel{
	display: none;
}
.cnen{
	font-size: 16px;
	color: #c8c8c8;
	margin-left: 3%;
	position: relative;
	width: 10%;
	margin-top: 3.5vh;
	border: solid 2px #e5e5e5;
	border-radius: 30px;
	line-height: 30px;
}
.cnen img{
	vertical-align: middle;
	margin: 0 10%;
}
.cnen-box{
	display: none;
	position: absolute;
	top: 3.3vh;
	left: 0;
	background: #fff;
	border-radius: 10px;
	padding: 10%;
	width: calc(100% - 20%);
	z-index: 999;
	text-align: center;
	line-height: 40px;
}
.cnen-box ul li a{
	font-size: 14px;
	color: #222;
}
.cnen:hover .cnen-box{
	display: block;
}
.tq{
	margin-top: 3.5vh;
}
.headernav-box{
	width: 80%;
	margin: 0 auto;
	background: #0c5299;
}
.nbody-width{
	width: 93%;
	margin: 0 auto;
}




.index-search{
  position: absolute;
  right:0;
  top:1.5rem;
  display: none;
}
.is-con{
  display: flex;
  align-items:center;
  justify-content:center;
  height: 2rem;
  border:1px solid #fff;
  border-radius:2rem;
  padding:0 1rem;
}
.is-cicon img{
  height: 80%;
  width: auto;
  object-fit: cover;
  max-width: 20px;
}
.is-ctext{
  margin-left:0.5rem;
}
.is-ctext input{
  border:none;
  font-size:1rem;
  width: 10VW;
  background:transparent;
}
.is-ctext input::placeholder{
  color: #fff
}
.pc_nav{
  position: absolute; 
  top:0;
  left:0;
  right: 0;
  bottom:0;
  z-index: -1;
  width:100%;
  height: 100VH;
  transition: 0.5s 1s;
  opacity: .9;
  transform: scale(1,0);
  transform-origin: top;
  transition-timing-function: cubic-bezier(0.65, 0.14, 0.1, 1.07);
  background: rgba(0, 0, 0, 0.1);
}
.pc_nav.shownav{
  position: absolute; 
  top:0;
  left:0;
  right: 0;
  bottom:0;
  z-index: -1;
  width:100%;
  height: 100VH;
  transition: 1.2s;
  transform: scale(1,1);
  transform-origin: top;
  transition-timing-function: cubic-bezier(0.65, 0.14, 0.1, 1.07);
  background: rgba(255,255,255, 1);
}
.pc_nav > ul{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pc_nav > ul > li{
  margin-top:1rem;
  display: block;
  text-align: left;
}
.pc_nav li > a {
  display: block;
  width: 100%;
  text-align: center;
}
.pc_nav li > a span {
  font-size: 1.6rem;
  font-weight: 100;
  color: rgba(34, 34, 34, 0.7);
  text-align: left;
}
.shownav li a#menu_selected span { color: #222;}
.shownav li a#menu_selected:hover span{ color: #222;}
.pc_nav li:hover > a span {
  color: rgba(34, 34, 34, 1);
}
.pc_nav.hidenav li > a {
  transition: 1s;
  transform: translateY(-120%);
  transition-timing-function: cubic-bezier(0.63, 0.23, 0.4, 0.85);
  opacity: 0;
  letter-spacing: 15px;
  filter: blur(5px);
}
.pc_nav.shownav li > a {
  transition: 0.6s 0.8s;
  transform: translateY(0%);
  opacity: 1;
  letter-spacing: 2px;
}
.pc_nav.shownav li:nth-child(2) > a {
  transition: 0.6s 1s;
}
.pc_nav.shownav li:nth-child(3) > a {
  transition: 0.6s 1.2s;
}
.pc_nav.shownav li:nth-child(4) > a {
  transition: 0.6s 1.4s;
}
.pc_nav.shownav li:nth-child(5) > a {
  transition: 0.6s 1.6s;
}
.pc_nav.shownav li:nth-child(6) > a {
  transition: 0.6s 1.8s;
}
.pc_nav.shownav li:nth-child(7) > a {
  transition: 0.6s 2s;
}
.pc_nav.shownav li:nth-child(8) > a {
  transition: 0.6s 2.2s;
}
.pc_nav.shownav li:nth-child(9) > a {
  transition: 0.6s 2.4s;
}
.pc_nav li:hover > a:after{
  width: 1.5rem;
  background: rgba(34, 34, 34, 1);
}
.pc_nav li > a:after {
  width: 1rem;
  height: 0.2rem;
  content: "";
  display: block;
  background: rgba(34, 34, 34, 0.43);
  position: absolute;
  left: 30%;
  margin-left: -6rem;
  top: 1.5rem;
  transition: 0.5s;
}

.xq-sousou{
	width:17%;
	position: relative;
	margin-top: 1.3vh;
}
.ss-zuo2{
	width: 100%;
}
.ss-zuo2 input{
	border: none;
	background: #fff;
	line-height: 35px;
	padding-left: 20px;
	color: #959595;
	font-size: 15px;
	width: calc(100% - 20px);
	border-radius: 35px;
}
.ss-you2{
	position: absolute;
	right: 0;
}
.ss-you2 input{
	width: 19px;
	height: 19px;
	margin-top: 8px;
	margin-right: 10px;
	border: none;
	text-transform: uppercase;
	background: url(../images/ss-icon.png) no-repeat center center;
}




/*banner开始*/
.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.index-slide{align-items:flex-start;/*height:50VW;*/}
.index-slide > a{
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.slide-banner{position: relative;}
.sb-bj{transform: scale(1);transition: transform 2s ease-in-out;animation: sl4bgsf 8s linear infinite;animation-delay:2s;}
.sb-bj > img:first-child{display: block;}
.sb-bj > img:last-child{display: none;}


.index-slide video{width:100%;height:100%;object-fit:cover;}
.index-prev,.index-next{display:block;}
.index-slide-2{background: url('../images/s1-l2-bj.jpg') no-repeat;}
.index-slide-2 > img{display:none;
}
/*banner放大效果*/
@keyframes sl4bgsf{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(1);
  }
}
@keyframes bgsf{
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: center;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: center;
  }
}
@keyframes bjmove{
  0%{
    background-position: 50% 50%;
  }
  50%{
    background-position: 20% 50%;
  }
  100%{
    background-position: 80% 50%;
  }
}
/*banner放大效果结束*/
/*首页*/
/*简介*/
.about{
	background: url(../images/about-bg.jpg) no-repeat center bottom #f6f9ff;
	/*width: 100%;*/
  padding: 13vh 0 15vh;
  background-size: 100%;
  box-sizing: border-box;
  /*background-position: 50% 50%;
  transition: all .9s;
  -webkit-animation: bjmove 16s ease-in-out infinite alternate;
  -o-animation: bjmove 16s ease-in-out infinite alternate;
  animation: bjmove 16s ease-in-out infinite alternate;
  display: flex;justify-content: space-between;position: relative;*/
}
.about-bt{color: #0c5299;font-size:20px;text-transform: uppercase;}
.about-bt p{font-size: 45px;}
.about-diao{color: #222;font-size:20px;line-height:36px;
    overflow: hidden;margin: 5vh 0;width: 66%;}
.about-con ul li{float: left;width: 10%;text-align: center;border-radius: 5px;box-shadow: 5px 5px 10px #cbdaed;padding-top: 10vh;padding-bottom: 2vh;margin-right: 3%;}
.about-con ul li a{
	font-size: 22px;
	color: #222;
}
.about-con ul li:hover a{
	color: #fff;
}
.about-icona{
	background: url(../images/about-icon.png) no-repeat center 3vh #fff;
}
.about-icona:hover{
	background: url(../images/about-icona.png) no-repeat center 3vh #0c5299;
}
.about-iconb{
	background: url(../images/about-icon1.png) no-repeat center 3vh #fff;
}
.about-iconb:hover{
	background: url(../images/about-icon1a.png) no-repeat center 3vh #0c5299;
}
.about-iconc{
	background: url(../images/about-icon2.png) no-repeat center 3vh #fff;
}
.about-iconc:hover{
	background: url(../images/about-icon2a.png) no-repeat center 3vh #0c5299;
}

/*产品*/
.pro{padding:9vh 0;}
.cp-tleft{
	width: 90%;
}
.pro-title{font-size: 20px;color: #0C5299;text-transform: uppercase;}
.pro-title p{
	font-size: 45px;
	color: #222;
}
.pro-nr{
	font-size: 20px;
	color: #222;
	line-height: 34px;
	margin-top: 2vh;
}
.pro-more{
	width: 8%;
	line-height: 5vh;
	text-align: center;
	background: #0c5299;
	border-radius: 5vh;
}
.mt15{
	margin-top: 15vh;
}
.pro-more a{
	font-size: 18px;
	color: #fff;
}
#my-slide{
	width:100%;
	height:62vh;
	margin-top: 7vh;
}

#my-slide .slide-list{
	/*max-width: 1300px;*/
	width:100%;
	height:62vh;
	overflow: hidden;
	position: relative;
	margin:0 auto;
}

#my-slide .slide-list li{
	margin-right:20px;
	/*height:550px;*/
	position: absolute;
	top:0;
	overflow: hidden;
	width:calc(100% - 20px - 50%);
	max-width: 900px;
}
#my-slide .slide-list li p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 33%;
	line-height: 13vh;
	background: rgba(12,82,153,.9);
	text-align: center;
}
#my-slide .slide-list li p a{
	font-size: 26px;
	color: #fff;
}

#my-slide .slide-list li img{
	/*height:550px;*/
	width:900px;
}

/**顶部幻灯片按钮**/
.slick-top-prev{
	position:absolute;
	display: block;
	height: 10vh;
	width:3%;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	top: 50%;
	left: 0px;
	margin-top:-5vh;
}

.slick-arrow{
	background: rgba(255,255,255,.6);
	font-family: monospace;
	font-weight: 100;
	font-size: 50px;
	color: #333;
	outline: none;
	z-index: 1;
	opacity: .95;
}

.slick-top-prev:before{
	content: "<";
	font-weight: bold;
}

.slick-top-next{
	position:absolute;
	display: block;
	height: 10vh;
	width:3%;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	top: 50%;
	right: 0px;
	margin-top:-5vh;
}

.slick-top-next:before{
	content: ">";
	font-weight: bold;
}

/*优势*/
.ys-bg{
	background: url(../images/dt-bg.jpg) no-repeat center center #f6f9ff;
	padding: 13vh 0;
	background-size: 100%;
}
.dt-bt{
	font-size: 40px;
	color: #222;
	font-weight: bold;
}
.dt-bt p{
	font-size: 44px;
}
.dt-bgen{
	font-size: 15px;
	color: #9d9fa3;
	line-height: 26px;
	text-transform: uppercase;
	margin: 3vh 0 10vh;
}
.dt-sz ul li{
	float: left;
	margin-right: 3%;
}
.timer{
	font-size: 55px;
	color: #1b843c;
	font-weight: bold;
}
.timex{
	font-size: 20px;
	color: #6f7173;
	margin-top: 40px;
	margin-left: 10px;
}
.timey{
	font-size: 17px;
	color: #6f7173;
}

/*新闻*/
.news-bg{margin: 7vh 0;}
.mt4{
	margin-top: 4vh;
}
.xw-top{
	border-bottom: solid 1px #cfcfcf;
	padding-bottom: 4vh;
}
.xw-bottom{
	margin-top: 4vh;
}
.xw-ltime{
	margin-top: 5vh;
	font-size: 17px;
	color: #6a6a6a;
}
.xw-lnr{
	margin: 3vh 0 4vh;
}
.xw-lnr a{
	font-size: 36px;
	color: #222;
}
.xw-more{
	width: 150px;
	line-height: 40px;
	background: #262626;
	border-radius: 40px;
	text-align: center;
}
.xw-more a{
	font-size: 16px;
	color: #fff;
}
.xw-left,.xw-right{
	width: 48%;
}
.xw-rlbox{
	width: 64%;
}
.xw-img{
	width: 26%;
	height: 12.5vh;
	overflow: hidden;
	border-radius: 5px;
}
.xw-img img{
	width: 100%;
}
.gs-xsj{margin: 3vh 0 2vh;overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.gs-xsj a{
    font-size: 22px;
    color: #222;
    
}
.xw-right ul li:hover .gs-xsj a{
	color: #0c5299;
}
.xw-time{
	font-size: 14px;
	color: #6a6a6a;
}
.xw-right ul li{
	padding: 2vh 0;
	border-bottom: solid 1px #dfdfdf;
}
/*连接*/
.lj-bg{
	background: url(../images/lj-bg.jpg) no-repeat center bottom #64abd9;
	padding: 13vh 0;
}
.hzxx-box{
	width: 56%;
}
.hzxx-tit{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}
.hzxx-tit p{
	font-size: 60px;
}
.hz-nr{
	font-size: 40px;
	color: #fff;
	background: url(../images/hz-img.png) no-repeat left bottom;
	padding-bottom: 5vh;
}
.hz-list{
	margin-top: 14vh;
}
.hz-list ul li{
	width: 28%;
	background: #0c5299;
	padding: 15px;
	float: left;
	border-right: solid 1px #fff;
}
.hz-list ul li:last-child{
	border-right: none;
}
.hz-list ul li:hover{
	background: #1b843c;
}
.hz-icon{
	width: 41%;
	text-align: center;
	border-right: solid 1px rgba(255,255,255,.1);
	padding: 1vh 0;
}
.hz-bt{
	text-align: center;
	width: 58%;
	line-height: 7vh;
}
.hz-bt a{
	font-size: 24px;
	color: #fff;
}
.kjtd-box{
	width: 33%;
}
.kjtd-tit{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}
.kjtd-tit p{
	font-size: 45px;
}
.kjtd-list{
	margin-top: 4vh;
}
.kjtd-list ul li{
	float: left;
	width: 28%;
	background: rgba(255,255,255,.7);
	text-align: center;
	padding: 2vh 0;
	border-radius: 5px;
	margin-right: 6%;
	margin-bottom: 3vh;
}
.kjtd-list ul li:nth-child(3),.kjtd-list ul li:nth-child(6){
	margin-right: 0;
}
.kjtd-list ul li p{
	margin-top: 10px;
}
.kjtd-list ul li p a{
	font-size: 16px;
	color: #222;
}
.kjtd-list ul li:hover{
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-webkit-box-shadow:0px 5px 15px #e5e5e5;
    -moz-box-shadow:0px 5px 15px #e5e5e5;
    box-shadow:0px 5px 15px #e5e5e5;
}

/*底部*/
.index-footer{display: block;background: #ededed;padding: 4vh 0;border-bottom: solid 10px #0c5299;}
.f-logo{border-bottom: solid 1px #d9d9d9;padding-bottom: 4vh;}
.yqlj-box{
	padding: 4vh 0;
	border-bottom: solid 1px #d9d9d9;
}
.yqlj-tit{
	font-size: 20px;
	color: #0C5299;
	text-transform: uppercase;
}
.yqlj-tit p{
	font-size: 40px;
	color: #222;
	font-weight: bold;
}
.yqlj-list{
	margin-top: 2vh;
}
.yqlj-list ul li{
	float: left;
	margin-right: 10px;
}
.yqlj-list ul li a{
	font-size: 16px;
	color: #222;
}
.yqlj-icon{
	margin-top: 10vh;
}
.yqlj-icon ul li{
	float: left;
	position: relative;
}
.yqlj-icon ul li p{
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	transform: translateX(-20%);
	z-index: 999;
}
.yqlj-icon ul li:hover p{
	display: block;
}
.yqlj-icon ul li:after{
	content: "";
	display: block;
	float: right;
	width: 1px;
	height: 16px;
	background: #c8d3df;
	margin: 8px 20px 0;
}
.yqlj-icon ul li:last-child:after{
	opacity: 0;
}
.footer-left{padding: 5vh 0 4vh;border-bottom: solid 1px #d9d9d9;}
.f-icon{
	margin-top: 5vh;
}
.f-icon li{float: left;width: 28%;}
.f-icon li:last-child{float: right;width: 15%;}
.footer-icon{
	margin-right: 10px;
}
.footer-tel{
	font-size: 20px;
	font-family: "times new roman";
	color: #222;
}
.footer-inr{
	font-size: 15px;
	color: #656565;
}
.footer-inr p{
	font-size: 18px;
	font-weight: bold;
	color: #222;
}

.f-bottom{
	margin-top: 6vh;
}
.f-by,.f-banquan a{color: #a0a0a0;font-size: 14px;}
/*首页结束*/


@media (min-width: 1440px) and (max-width:1727px) {
	.hz-nr {
    font-size: 32px;
}
.f-icon li{
	width: 26%;
}
	.f-icon li:last-child {
    float: right;
    width: 10%;
}
.f-icon li:nth-child(3) {
    width: 30%;
}
#my-slide {
    height: 55vh;
}
#my-slide .slide-list {
    height: 55vh;
}
	
	
	
	
	
}
@media (min-width: 1280px) and (max-width:1439px) {
	.about-con ul li {
    width: 12%;
}
#my-slide {
    height: 47vh;
}
#my-slide .slide-list {
    height: 47vh;
}
.hz-nr {
    font-size: 28px;
}
.hz-icon {
    width: 30%;
}
.hz-bt {
    width: 69%;
}
.hz-list ul li {
    width: 27%;
}
.hz-bt a {
    font-size: 22px;
}
.kjtd-list ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 1vh;
}
.f-icon li {
    width: 24%;
}
.f-icon li:nth-child(3) {
    width: 34%;
}
	
	
	
	
	
}
@media (min-width: 980px) and (max-width: 1279px) {
	.tq {
    margin-top: 2.5vh;
}
.cnen {
    width: 12%;
    margin-top: 2vh;
}
.about-diao {
    width: 80%;
}
.about-con ul li {
    width: 14%;
}
#my-slide .slide-list li p {
    line-height: 8vh;
}
.cp-tleft {
    width: 55%;
}
.pro-more {
    width: 14%;
}
#my-slide {
    height: 320px;
}
#my-slide .slide-list {
    height: 100%;
}
.xw-left, .xw-right {
    width: 100%;
}
.xw-limg img{
	width: 100%;
}
.xw-img {
    height: 17vh;
}
.hzxx-box {
    width: 100%;
}
.kjtd-box {
    width: 100%;
    margin-top: 7vh;
}
.f-icon li {
    width: 50%;
    margin-bottom: 3vh;
}
.f-icon li:last-child {
     float: left; 
    width: 50%;
}
	
	
	
	}
	@media (min-width: 768px) and (max-width: 979px) {
		.tq {
    display: none;
}
.header-logo {
    width: 60%;
}
.cnen {
    width: 20%;
    margin-top: 2vh;
}
.nav-pc {
    width: 83%;
}
.xq-sousou {
    margin-top: 1.5vh;
}
.about-diao {
    width: 100%;
}
.about-con ul li {
    width: 20%;
}
.cp-tleft {
    width: 74%;
}
.pro-more {
    width: 20%;
}
#my-slide {
    height: 29vh;
}
#my-slide .slide-list {
    height: 29vh;
}
#my-slide .slide-list li p {
    line-height: 7vh;
}
.hz-bt {
    line-height: 6vh;
}
.hz-icon img{
	width: 60%;
}
.hz-icon {
    width: 35%;
}
.xw-left, .xw-right {
    width: 100%;
}
.xw-limg img{
	width: 100%;
}
.xw-img {
    height: 17vh;
}
.hzxx-box {
    width: 100%;
}
.hz-list {
    margin-top: 7vh;
}
.hz-nr {
    font-size: 30px;
}
.kjtd-box {
    width: 100%;
    margin-top: 7vh;
}
.f-icon li {
    margin-bottom: 3vh;
}
.f-icon li:nth-child(1),.f-icon li:nth-child(3) {
     float: left; 
    width: 60%;
}
.f-icon li:nth-child(2),.f-icon li:nth-child(4) {
     float: left; 
    width: 40%;
}
.yqlj-list ul li {
     float: none; 
}


		
		}
		@media (min-width: 481px) and (max-width:767px) {
			.sb-bj > img:last-child {
    display: block;
}
.sb-bj > img:first-child {
    display: none;
}
			.tq {
    display: none;
}
.header-logo {
    width: 60%;
}
.cnen {
    width: 26%;
    margin-top: 1vh;
}
.mobile_nav{
			display: none;
		}
.nav-pc {
    width: 30%;
}
.xq-sousou {
	width: 40%;
    margin-top: 0.7vh;
}
.about-diao {
    width: 100%;
}
.about-con ul li {
    width: 30%;
}
.cp-tleft {
    width: 100%;
    float: none;
}
.pro-more {
    width: 30%;
    float: none;
    margin-top: 3vh;
}
#my-slide {
    height: 18vh;
}
#my-slide .slide-list {
    height: 18vh;
}
.about {
    padding: 10vh 0 10vh;
}
.slick-top-next {
    height: 7vh;
    width: 7%;
}
.slick-top-prev{
	height: 7vh;
    width: 7%;
}
.slick-arrow {
    font-size: 30px;
}
.dt-bt {
    font-size: 24px;
}
.timer {
    font-size: 39px;
}
.timex {
    font-size: 16px;
    margin-top: 25px;
}
.ys-bg {
    padding: 8vh 0;
}
#my-slide .slide-list li p {
    line-height: 5vh;
    width: 50%;
}
#my-slide .slide-list li p a {
    font-size: 20px;
}
.xw-left, .xw-right {
    width: 100%;
}
.xw-limg img{
	width: 100%;
}
.xw-img {
    height: 8vh;
}
.gs-xsj {
    margin: 0vh 0 2vh;
}
.xw-lnr a {
    font-size: 30px;
}
.hz-list ul li {
    width: 90%;
    border-right: none;
    margin-bottom: 10px;
}
.hz-list {
    margin-top: 6vh;
}
.yqlj-icon {
	float: left;
    margin-top: 7vh;
}
.hzxx-box {
    width: 100%;
}
.top_box{position:fixed; width:100px; height:79px;  bottom:20px; right:0px; }
.hz-nr {
    font-size: 32px;
}
.kjtd-box {
    width: 100%;
    margin-top: 7vh;
}
.f-icon li {
    margin-bottom: 3vh;
    width: 100%;
}
.f-icon li:last-child{
	float: left;
	width: 100%;
}
.yqlj-list ul li {
     float: none; 
}
			
			
	
			}
@media (max-width: 480px) {	
	.sb-bj > img:last-child {
    display: block;
}
.sb-bj > img:first-child {
    display: none;
}
	.tq {
    display: none;
}
.header-logo {
    width: 60%;
}
.cnen {
    width: 26%;
    margin-top: 0vh;
}
.cnen img {
    margin: 0 5%;
}
.mobile_nav{
			display: none;
		}
.nav-pc {
    width: 30%;
}
.xq-sousou {
	width: 40%;
    margin-top: 0.7vh;
}
.ss-zuo2 input {
    font-size: 12px;
}
.about-diao {
    width: 100%;
}
.about-con ul li {
    width: 30%;
}
.about-con ul li a {
    font-size: 18px;
}
.cp-tleft {
    width: 100%;
    float: none;
}
.pro-nr {
    font-size: 14px;
}
.pro-more {
    width: 30%;
    float: none;
    margin-top: 3vh;
}
#my-slide {
    height: 16vh;
}
#my-slide .slide-list {
    height: 16vh;
}
.about {
    padding: 10vh 0 10vh;
}
.slick-top-next {
    height: 7vh;
    width: 7%;
}
.slick-top-prev{
	height: 7vh;
    width: 7%;
}
.slick-arrow {
    font-size: 30px;
}
.dt-bt {
    font-size: 20px;
}
.dt-bt p {
    font-size: 32px;
}
.dt-bgen {
    font-size: 12px;
    margin: 3vh 0 5vh;
}
.timer {
    font-size: 39px;
}
.timex {
    font-size: 16px;
    margin-top: 25px;
}
.dt-sz ul li {
    margin-right: 12%;
}
.ys-bg {
    padding: 8vh 0;
}
#my-slide .slide-list li p {
    line-height: 5vh;
    width: 50%;
}
#my-slide .slide-list li p a {
    font-size: 20px;
}
.xw-left, .xw-right {
    width: 100%;
}
.xw-limg img{
	width: 100%;
}
.xw-img {
    height: 8vh;
}
.gs-xsj {
    margin: 0vh 0 2vh;
}
.xw-lnr a {
    font-size: 22px;
}
.gs-xsj a {
    font-size: 18px;
}
.lj-bg {
    padding: 7vh 0;
}
.hz-list {
    margin-top: 5vh;
}
.hz-list ul li {
    width: 90%;
    border-right: none;
    margin-bottom: 10px;
}
.kjtd-list ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 1vh;
}
.hz-bt {
    line-height: 8vh;
}
.yqlj-icon {
	float: left;
    margin-top: 7vh;
}
.yqlj-icon ul li:after {
    margin: 8px 14px 0;
}
.footer-icon{
	width: 10%;
}
.f-icon li:nth-child(3) .footer-inr {
    font-size: 13px;
}
.hzxx-box {
    width: 100%;
}
.hz-nr {
    font-size: 28px;
}
.kjtd-box {
    width: 100%;
    margin-top: 7vh;
}
.kjtd-list ul li p a {
    font-size: 14px;
}
.f-icon li {
    margin-bottom: 3vh;
    width: 100%;
}
.f-icon li:last-child{
	float: left;
	width: 100%;
}
.yqlj-list ul li {
     float: none; 
}

}		
